app2(f, app2(app2(cons, nil), y)) -> y
app2(f, app2(app2(cons, app2(f, app2(app2(cons, nil), y))), z)) -> app2(app2(app2(copy, n), y), z)
app2(app2(app2(copy, 0), y), z) -> app2(f, z)
app2(app2(app2(copy, app2(s, x)), y), z) -> app2(app2(app2(copy, x), y), app2(app2(cons, app2(f, y)), z))
app2(app2(map, fun), nil) -> nil
app2(app2(map, fun), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(fun, x)), app2(app2(map, fun), xs))
app2(app2(filter, fun), nil) -> nil
app2(app2(filter, fun), app2(app2(cons, x), xs)) -> app2(app2(app2(app2(filter2, app2(fun, x)), fun), x), xs)
app2(app2(app2(app2(filter2, true), fun), x), xs) -> app2(app2(cons, x), app2(app2(filter, fun), xs))
app2(app2(app2(app2(filter2, false), fun), x), xs) -> app2(app2(filter, fun), xs)
↳ QTRS
↳ DependencyPairsProof
app2(f, app2(app2(cons, nil), y)) -> y
app2(f, app2(app2(cons, app2(f, app2(app2(cons, nil), y))), z)) -> app2(app2(app2(copy, n), y), z)
app2(app2(app2(copy, 0), y), z) -> app2(f, z)
app2(app2(app2(copy, app2(s, x)), y), z) -> app2(app2(app2(copy, x), y), app2(app2(cons, app2(f, y)), z))
app2(app2(map, fun), nil) -> nil
app2(app2(map, fun), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(fun, x)), app2(app2(map, fun), xs))
app2(app2(filter, fun), nil) -> nil
app2(app2(filter, fun), app2(app2(cons, x), xs)) -> app2(app2(app2(app2(filter2, app2(fun, x)), fun), x), xs)
app2(app2(app2(app2(filter2, true), fun), x), xs) -> app2(app2(cons, x), app2(app2(filter, fun), xs))
app2(app2(app2(app2(filter2, false), fun), x), xs) -> app2(app2(filter, fun), xs)
APP2(app2(app2(copy, app2(s, x)), y), z) -> APP2(app2(cons, app2(f, y)), z)
APP2(app2(map, fun), app2(app2(cons, x), xs)) -> APP2(app2(cons, app2(fun, x)), app2(app2(map, fun), xs))
APP2(f, app2(app2(cons, app2(f, app2(app2(cons, nil), y))), z)) -> APP2(app2(app2(copy, n), y), z)
APP2(app2(app2(copy, app2(s, x)), y), z) -> APP2(cons, app2(f, y))
APP2(app2(app2(copy, app2(s, x)), y), z) -> APP2(copy, x)
APP2(f, app2(app2(cons, app2(f, app2(app2(cons, nil), y))), z)) -> APP2(app2(copy, n), y)
APP2(app2(filter, fun), app2(app2(cons, x), xs)) -> APP2(app2(app2(filter2, app2(fun, x)), fun), x)
APP2(app2(filter, fun), app2(app2(cons, x), xs)) -> APP2(app2(app2(app2(filter2, app2(fun, x)), fun), x), xs)
APP2(app2(app2(app2(filter2, true), fun), x), xs) -> APP2(app2(cons, x), app2(app2(filter, fun), xs))
APP2(f, app2(app2(cons, app2(f, app2(app2(cons, nil), y))), z)) -> APP2(copy, n)
APP2(app2(map, fun), app2(app2(cons, x), xs)) -> APP2(fun, x)
APP2(app2(filter, fun), app2(app2(cons, x), xs)) -> APP2(filter2, app2(fun, x))
APP2(app2(app2(copy, app2(s, x)), y), z) -> APP2(f, y)
APP2(app2(app2(app2(filter2, true), fun), x), xs) -> APP2(app2(filter, fun), xs)
APP2(app2(filter, fun), app2(app2(cons, x), xs)) -> APP2(app2(filter2, app2(fun, x)), fun)
APP2(app2(app2(copy, app2(s, x)), y), z) -> APP2(app2(copy, x), y)
APP2(app2(app2(app2(filter2, false), fun), x), xs) -> APP2(filter, fun)
APP2(app2(app2(copy, app2(s, x)), y), z) -> APP2(app2(app2(copy, x), y), app2(app2(cons, app2(f, y)), z))
APP2(app2(map, fun), app2(app2(cons, x), xs)) -> APP2(app2(map, fun), xs)
APP2(app2(filter, fun), app2(app2(cons, x), xs)) -> APP2(fun, x)
APP2(app2(app2(app2(filter2, true), fun), x), xs) -> APP2(filter, fun)
APP2(app2(app2(copy, 0), y), z) -> APP2(f, z)
APP2(app2(app2(app2(filter2, true), fun), x), xs) -> APP2(cons, x)
APP2(app2(app2(app2(filter2, false), fun), x), xs) -> APP2(app2(filter, fun), xs)
APP2(app2(map, fun), app2(app2(cons, x), xs)) -> APP2(cons, app2(fun, x))
app2(f, app2(app2(cons, nil), y)) -> y
app2(f, app2(app2(cons, app2(f, app2(app2(cons, nil), y))), z)) -> app2(app2(app2(copy, n), y), z)
app2(app2(app2(copy, 0), y), z) -> app2(f, z)
app2(app2(app2(copy, app2(s, x)), y), z) -> app2(app2(app2(copy, x), y), app2(app2(cons, app2(f, y)), z))
app2(app2(map, fun), nil) -> nil
app2(app2(map, fun), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(fun, x)), app2(app2(map, fun), xs))
app2(app2(filter, fun), nil) -> nil
app2(app2(filter, fun), app2(app2(cons, x), xs)) -> app2(app2(app2(app2(filter2, app2(fun, x)), fun), x), xs)
app2(app2(app2(app2(filter2, true), fun), x), xs) -> app2(app2(cons, x), app2(app2(filter, fun), xs))
app2(app2(app2(app2(filter2, false), fun), x), xs) -> app2(app2(filter, fun), xs)
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
APP2(app2(app2(copy, app2(s, x)), y), z) -> APP2(app2(cons, app2(f, y)), z)
APP2(app2(map, fun), app2(app2(cons, x), xs)) -> APP2(app2(cons, app2(fun, x)), app2(app2(map, fun), xs))
APP2(f, app2(app2(cons, app2(f, app2(app2(cons, nil), y))), z)) -> APP2(app2(app2(copy, n), y), z)
APP2(app2(app2(copy, app2(s, x)), y), z) -> APP2(cons, app2(f, y))
APP2(app2(app2(copy, app2(s, x)), y), z) -> APP2(copy, x)
APP2(f, app2(app2(cons, app2(f, app2(app2(cons, nil), y))), z)) -> APP2(app2(copy, n), y)
APP2(app2(filter, fun), app2(app2(cons, x), xs)) -> APP2(app2(app2(filter2, app2(fun, x)), fun), x)
APP2(app2(filter, fun), app2(app2(cons, x), xs)) -> APP2(app2(app2(app2(filter2, app2(fun, x)), fun), x), xs)
APP2(app2(app2(app2(filter2, true), fun), x), xs) -> APP2(app2(cons, x), app2(app2(filter, fun), xs))
APP2(f, app2(app2(cons, app2(f, app2(app2(cons, nil), y))), z)) -> APP2(copy, n)
APP2(app2(map, fun), app2(app2(cons, x), xs)) -> APP2(fun, x)
APP2(app2(filter, fun), app2(app2(cons, x), xs)) -> APP2(filter2, app2(fun, x))
APP2(app2(app2(copy, app2(s, x)), y), z) -> APP2(f, y)
APP2(app2(app2(app2(filter2, true), fun), x), xs) -> APP2(app2(filter, fun), xs)
APP2(app2(filter, fun), app2(app2(cons, x), xs)) -> APP2(app2(filter2, app2(fun, x)), fun)
APP2(app2(app2(copy, app2(s, x)), y), z) -> APP2(app2(copy, x), y)
APP2(app2(app2(app2(filter2, false), fun), x), xs) -> APP2(filter, fun)
APP2(app2(app2(copy, app2(s, x)), y), z) -> APP2(app2(app2(copy, x), y), app2(app2(cons, app2(f, y)), z))
APP2(app2(map, fun), app2(app2(cons, x), xs)) -> APP2(app2(map, fun), xs)
APP2(app2(filter, fun), app2(app2(cons, x), xs)) -> APP2(fun, x)
APP2(app2(app2(app2(filter2, true), fun), x), xs) -> APP2(filter, fun)
APP2(app2(app2(copy, 0), y), z) -> APP2(f, z)
APP2(app2(app2(app2(filter2, true), fun), x), xs) -> APP2(cons, x)
APP2(app2(app2(app2(filter2, false), fun), x), xs) -> APP2(app2(filter, fun), xs)
APP2(app2(map, fun), app2(app2(cons, x), xs)) -> APP2(cons, app2(fun, x))
app2(f, app2(app2(cons, nil), y)) -> y
app2(f, app2(app2(cons, app2(f, app2(app2(cons, nil), y))), z)) -> app2(app2(app2(copy, n), y), z)
app2(app2(app2(copy, 0), y), z) -> app2(f, z)
app2(app2(app2(copy, app2(s, x)), y), z) -> app2(app2(app2(copy, x), y), app2(app2(cons, app2(f, y)), z))
app2(app2(map, fun), nil) -> nil
app2(app2(map, fun), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(fun, x)), app2(app2(map, fun), xs))
app2(app2(filter, fun), nil) -> nil
app2(app2(filter, fun), app2(app2(cons, x), xs)) -> app2(app2(app2(app2(filter2, app2(fun, x)), fun), x), xs)
app2(app2(app2(app2(filter2, true), fun), x), xs) -> app2(app2(cons, x), app2(app2(filter, fun), xs))
app2(app2(app2(app2(filter2, false), fun), x), xs) -> app2(app2(filter, fun), xs)
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
APP2(app2(app2(copy, app2(s, x)), y), z) -> APP2(app2(app2(copy, x), y), app2(app2(cons, app2(f, y)), z))
app2(f, app2(app2(cons, nil), y)) -> y
app2(f, app2(app2(cons, app2(f, app2(app2(cons, nil), y))), z)) -> app2(app2(app2(copy, n), y), z)
app2(app2(app2(copy, 0), y), z) -> app2(f, z)
app2(app2(app2(copy, app2(s, x)), y), z) -> app2(app2(app2(copy, x), y), app2(app2(cons, app2(f, y)), z))
app2(app2(map, fun), nil) -> nil
app2(app2(map, fun), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(fun, x)), app2(app2(map, fun), xs))
app2(app2(filter, fun), nil) -> nil
app2(app2(filter, fun), app2(app2(cons, x), xs)) -> app2(app2(app2(app2(filter2, app2(fun, x)), fun), x), xs)
app2(app2(app2(app2(filter2, true), fun), x), xs) -> app2(app2(cons, x), app2(app2(filter, fun), xs))
app2(app2(app2(app2(filter2, false), fun), x), xs) -> app2(app2(filter, fun), xs)
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP2(app2(app2(copy, app2(s, x)), y), z) -> APP2(app2(app2(copy, x), y), app2(app2(cons, app2(f, y)), z))
POL( APP2(x1, x2) ) = max{0, x1 - 1}
POL( app2(x1, x2) ) = x1 + x2
POL( copy ) = 1
POL( s ) = 1
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
app2(f, app2(app2(cons, nil), y)) -> y
app2(f, app2(app2(cons, app2(f, app2(app2(cons, nil), y))), z)) -> app2(app2(app2(copy, n), y), z)
app2(app2(app2(copy, 0), y), z) -> app2(f, z)
app2(app2(app2(copy, app2(s, x)), y), z) -> app2(app2(app2(copy, x), y), app2(app2(cons, app2(f, y)), z))
app2(app2(map, fun), nil) -> nil
app2(app2(map, fun), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(fun, x)), app2(app2(map, fun), xs))
app2(app2(filter, fun), nil) -> nil
app2(app2(filter, fun), app2(app2(cons, x), xs)) -> app2(app2(app2(app2(filter2, app2(fun, x)), fun), x), xs)
app2(app2(app2(app2(filter2, true), fun), x), xs) -> app2(app2(cons, x), app2(app2(filter, fun), xs))
app2(app2(app2(app2(filter2, false), fun), x), xs) -> app2(app2(filter, fun), xs)
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
APP2(app2(app2(app2(filter2, true), fun), x), xs) -> APP2(app2(filter, fun), xs)
APP2(app2(map, fun), app2(app2(cons, x), xs)) -> APP2(fun, x)
APP2(app2(filter, fun), app2(app2(cons, x), xs)) -> APP2(app2(app2(app2(filter2, app2(fun, x)), fun), x), xs)
APP2(app2(app2(app2(filter2, false), fun), x), xs) -> APP2(app2(filter, fun), xs)
APP2(app2(filter, fun), app2(app2(cons, x), xs)) -> APP2(fun, x)
APP2(app2(map, fun), app2(app2(cons, x), xs)) -> APP2(app2(map, fun), xs)
app2(f, app2(app2(cons, nil), y)) -> y
app2(f, app2(app2(cons, app2(f, app2(app2(cons, nil), y))), z)) -> app2(app2(app2(copy, n), y), z)
app2(app2(app2(copy, 0), y), z) -> app2(f, z)
app2(app2(app2(copy, app2(s, x)), y), z) -> app2(app2(app2(copy, x), y), app2(app2(cons, app2(f, y)), z))
app2(app2(map, fun), nil) -> nil
app2(app2(map, fun), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(fun, x)), app2(app2(map, fun), xs))
app2(app2(filter, fun), nil) -> nil
app2(app2(filter, fun), app2(app2(cons, x), xs)) -> app2(app2(app2(app2(filter2, app2(fun, x)), fun), x), xs)
app2(app2(app2(app2(filter2, true), fun), x), xs) -> app2(app2(cons, x), app2(app2(filter, fun), xs))
app2(app2(app2(app2(filter2, false), fun), x), xs) -> app2(app2(filter, fun), xs)
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP2(app2(map, fun), app2(app2(cons, x), xs)) -> APP2(fun, x)
APP2(app2(filter, fun), app2(app2(cons, x), xs)) -> APP2(app2(app2(app2(filter2, app2(fun, x)), fun), x), xs)
APP2(app2(filter, fun), app2(app2(cons, x), xs)) -> APP2(fun, x)
APP2(app2(map, fun), app2(app2(cons, x), xs)) -> APP2(app2(map, fun), xs)
Used ordering: Polynomial Order [17,21] with Interpretation:
APP2(app2(app2(app2(filter2, true), fun), x), xs) -> APP2(app2(filter, fun), xs)
APP2(app2(app2(app2(filter2, false), fun), x), xs) -> APP2(app2(filter, fun), xs)
POL( APP2(x1, x2) ) = max{0, x2 - 1}
POL( app2(x1, x2) ) = x1 + x2 + 1
POL( cons ) = 0
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ DependencyGraphProof
APP2(app2(app2(app2(filter2, true), fun), x), xs) -> APP2(app2(filter, fun), xs)
APP2(app2(app2(app2(filter2, false), fun), x), xs) -> APP2(app2(filter, fun), xs)
app2(f, app2(app2(cons, nil), y)) -> y
app2(f, app2(app2(cons, app2(f, app2(app2(cons, nil), y))), z)) -> app2(app2(app2(copy, n), y), z)
app2(app2(app2(copy, 0), y), z) -> app2(f, z)
app2(app2(app2(copy, app2(s, x)), y), z) -> app2(app2(app2(copy, x), y), app2(app2(cons, app2(f, y)), z))
app2(app2(map, fun), nil) -> nil
app2(app2(map, fun), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(fun, x)), app2(app2(map, fun), xs))
app2(app2(filter, fun), nil) -> nil
app2(app2(filter, fun), app2(app2(cons, x), xs)) -> app2(app2(app2(app2(filter2, app2(fun, x)), fun), x), xs)
app2(app2(app2(app2(filter2, true), fun), x), xs) -> app2(app2(cons, x), app2(app2(filter, fun), xs))
app2(app2(app2(app2(filter2, false), fun), x), xs) -> app2(app2(filter, fun), xs)